home *** CD-ROM | disk | FTP | other *** search
- package java.net;
-
- import java.io.IOException;
- import java.security.PrivilegedExceptionAction;
-
- final class SocksSocketImpl$1 implements PrivilegedExceptionAction {
- // $FF: synthetic field
- final String val$host;
- // $FF: synthetic field
- final int val$port;
- // $FF: synthetic field
- final int val$timeout;
- // $FF: synthetic field
- final SocksSocketImpl this$0;
-
- SocksSocketImpl$1(SocksSocketImpl var1, String var2, int var3, int var4) {
- this.this$0 = var1;
- this.val$host = var2;
- this.val$port = var3;
- this.val$timeout = var4;
- }
-
- public Object run() throws IOException {
- SocksSocketImpl.access$000(this.this$0, this.val$host, this.val$port, this.val$timeout);
- SocksSocketImpl.access$102(this.this$0, this.this$0.getInputStream());
- SocksSocketImpl.access$202(this.this$0, this.this$0.getOutputStream());
- return null;
- }
- }
-